WarningCode

The supported data warning codes.
 

Example

The following is an example of how to reference the WarningCode object:

	// The full path is required.
	dundas.data.WarningCode.CHART_CATEGORICAL_ZOOMING_INVALID
	

 

Properties

 
  Name Description
  CHART_CATEGORICAL_ZOOMING_INVALID The data plotted along the chart axis could not be zoomed in.
  DATA_PROVIDER_WARNING The data provider warning.
  INVALID_CONNECTOR_ELEMENT_SCRIPT One of the scripts used in generating connector elements is invalid.
  INVALID_FUNCTION_INPUT One of the input values used within a function evaluation is invalid.
  INVALID_FUNCTION_SETTING One of the setting values used within a function evaluation is invalid.
  INVALID_HIERARCHY The hierarchy element is missing.
  INVALID_MEASURE The measure element is missing.
  INVALID_MEASURE_AGGREGATOR The measure aggregator is not supported by the underlying cube.
  INVALID_MEASURE_SCRIPT One of the scripts used in generating calculated measures is invalid.
  INVALID_PARAMETER_VALUE The parameter value is invalid, so no selection has been used instead.
  INVALID_TRANSFORM_CONNECTION One or more transform have invalid connections.
  MISSING_DATA_CONNECTOR_DEPENDENCY One or more data connector dependencies are missing.
  MISSING_SCRIPT_DEPENDENCY One or more script dependencies are missing.
  NO_SELECTION_PARAMETER No value has been selected for the parameter.
  NO_USAGE_ELEMENTS No metric set usage elements have been selected for analysis.
  NONE The warning code is not set.
  PARAMETER_VALUE_CHANGED The parameter value is changed as the specified value is invalid.
  SIMPLIFICATION_WARNING The data result could not be simplified with the current data and settings.
  TOO_MANY_LEVELS The ragged hierarchy has over 20 levels.